summaryrefslogtreecommitdiff
path: root/app/[lng]/admin
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/admin')
-rw-r--r--app/[lng]/admin/ecc/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/admin/ecc/page.tsx b/app/[lng]/admin/ecc/page.tsx
index a3e4eba4..5503c68e 100644
--- a/app/[lng]/admin/ecc/page.tsx
+++ b/app/[lng]/admin/ecc/page.tsx
@@ -17,7 +17,7 @@ import { toast } from 'sonner'
import { confirmTestPCR, confirmPCR } from '@/lib/soap/ecc/send/pcr-confirm'
import { cancelTestRFQ, cancelRFQ } from '@/lib/soap/ecc/send/delete-rfq'
import { sendTestRFQInformation, sendRFQInformation } from '@/lib/soap/ecc/send/rfq-info'
-import { createTestPurchaseOrder, createPurchaseOrder } from '@/lib/soap/ecc/send/create-po'
+import { createTestPurchaseOrder, createPurchaseOrder } from '@/lib/soap/ecc/send/create-po-bidding'
interface TestResult {
success: boolean